gperftools_d.malloc_extension_c

Undocumented in source.

Members

Enums

MallocExtension_Ownership
enum MallocExtension_Ownership
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

MallocExtension_GetAllocatedSize
size_t MallocExtension_GetAllocatedSize(const(void)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MallocExtension_GetEstimatedAllocatedSize
size_t MallocExtension_GetEstimatedAllocatedSize(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MallocExtension_GetNumericProperty
int MallocExtension_GetNumericProperty(const(char)* property, size_t* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MallocExtension_GetOwnership
MallocExtension_Ownership MallocExtension_GetOwnership(const(void)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MallocExtension_GetStats
void MallocExtension_GetStats(char* buffer, int buffer_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MallocExtension_MallocMemoryStats
int MallocExtension_MallocMemoryStats(int* blocks, size_t* total, int[kMallocExtensionHistogramSize] histogram)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MallocExtension_MarkThreadBusy
void MallocExtension_MarkThreadBusy()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MallocExtension_MarkThreadIdle
void MallocExtension_MarkThreadIdle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MallocExtension_ReleaseFreeMemory
void MallocExtension_ReleaseFreeMemory()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MallocExtension_ReleaseToSystem
void MallocExtension_ReleaseToSystem(size_t num_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MallocExtension_SetNumericProperty
int MallocExtension_SetNumericProperty(const(char)* property, size_t value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MallocExtension_VerifyAllMemory
int MallocExtension_VerifyAllMemory()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MallocExtension_VerifyArrayNewMemory
int MallocExtension_VerifyArrayNewMemory(const(void)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MallocExtension_VerifyMallocMemory
int MallocExtension_VerifyMallocMemory(const(void)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MallocExtension_VerifyNewMemory
int MallocExtension_VerifyNewMemory(const(void)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

kMallocExtensionHistogramSize
enum kMallocExtensionHistogramSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta